body, .inner, .menu, .box1, .box2
{
	min-width:1170px;
	margin: 0;
}

#js
{
	display: none;
}
		
.header_container, .header
{
	height: 60px;
	background-color: #3e3e3e;
}

.header
{
	height: 60px;
    	padding: 0px;
}

.headlogo
{
   margin-top: 10px;
}

.header, .box1, .box2
{
	max-width: 1170px;
	margin-left:  auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: block;
}

.box1, .box2
{
	//height: auto;
	height: 465px;
	text-align: center;
}

.box1
{
	background: #eee;
}

.box2
{
	background: #aaa;
}


.details
{
	max-width: 1170px;
	margin-left:  auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 30px;
	display: none;
	background: #3e3e3e;
	color: #ffffff;
}


.button_more
{
  position: absolute;
  bottom: 10;  
  background-color: #f8af00;
  border: none;
  color: #3a3a3a;
  padding: 10px 32px;
  text-align: center;
  display: inline-block;
}

.button_more:hover {
  background-color: #3a3a3a;
  color: #f8af00;
}

.menu_container
{
	background-color: #ffffff;
}
		
.menu
{
	background-color: #ffffff;
	max-width: 800px;
	margin-top:  0px;
	margin-bottom: 0px;
	margin-left:  auto;
	margin-right: auto;
			
	padding: 0px;
	height: 40px;

	border-bottom: 1px solid;
	border-color: #3e3e3e;
}

ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
		
li
{
	float: left;
	min-width: 80px;
}

li a
{
	display: block;
	color: #3e3e3e;
	text-align: center;
	padding: 10px;
	padding-left:  18;
	padding-right: 18;
	text-decoration: none;
}
		
li a:hover
{
	color: #ffffff;
	background-color: #3e3e3e;
}

.active {
	color: #ffffff;
	background-color: #3e3e3e;
}

.text-container
{
	background: #eee;
	text-align: left;
	width: 1170px;
	position: absolute;
	padding: 30px;
	height: 100%;
}

#cookie_banner {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 200px; /* Full height (cover the whole page) */
  margin: 10;
  background-color: rgba(0,0,0,0.9); /* Black background with opacity */
  z-index: 500; /* Specify a stack order in case you're using a different order for other elements */
}

#cb_tab {
	width: 800px;
	border : 3px  solid;
	border-color : #fff;
	padding : 10px;
	transform: translate(0px, 50%);
	-ms-transform: translate(0px, 50%);
}

#cookie_text{
	font-size: 20px;
	color: white;
}

#cookie_button{
	border : 1px solid;
	background-color:#77600E;
	text-shadow:#000 0.1em 0.1em 0.2em;
	color:#fff;
	height:40px;
	width:200px;
	overflow:hidden;
	text-align: center;
	cursor:pointer;
	float:left;
}

#cookie_button2{
	border : 1px solid;
	background-color:#77600E;
	text-shadow:#000 0.1em 0.1em 0.2em;
	color:#fff;
	height:40px;
	width:200px;
	text-align: center;
	cursor:pointer;
	padding : 10px;
}